GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / ColorCMYKtoRGB Method





In This Topic
ColorCMYKtoRGB Method (IGdPictureImaging)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(152)>
Sub ColorCMYKtoRGB( _
   ByVal Cyan As Integer, _
   ByVal Magenta As Integer, _
   ByVal Yellow As Integer, _
   ByVal Black As Integer, _
   ByRef Red As Integer, _
   ByRef Green As Integer, _
   ByRef Blue As Integer _
) 
[DispId(152)]
void ColorCMYKtoRGB( 
   int Cyan,
   int Magenta,
   int Yellow,
   int Black,
   ref int Red,
   ref int Green,
   ref int Blue
)
procedure ColorCMYKtoRGB( 
    Cyan: Integer;
    Magenta: Integer;
    Yellow: Integer;
    Black: Integer;
   var  Red: Integer;
   var  Green: Integer;
   var  Blue: Integer
); 
DispIdAttribute(152)
function ColorCMYKtoRGB( 
   Cyan : int,
   Magenta : int,
   Yellow : int,
   Black : int,
   Red : int,
   Green : int,
   Blue : int
);
[DispId(152)]
void ColorCMYKtoRGB( 
   int Cyan,
   int Magenta,
   int Yellow,
   int Black,
   ref int Red,
   ref int Green,
   ref int Blue
) 
[DispId(152)]
void ColorCMYKtoRGB( 
   int Cyan,
   int Magenta,
   int Yellow,
   int Black,
   int% Red,
   int% Green,
   int% Blue
) 

Parameters

Cyan
Magenta
Yellow
Black
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members